From: Lars Ingebrigtsen Date: Thu, 16 Dec 2021 06:43:29 +0000 (+0100) Subject: Skip extension tests on hosts without the function X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~4031^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=bc60ce7ffdf39fc3288938337e7f6c0706b37082;p=emacs.git Skip extension tests on hosts without the function --- diff --git a/test/src/sqlite-tests.el b/test/src/sqlite-tests.el index d1076e481c4..27ba74e9d23 100644 --- a/test/src/sqlite-tests.el +++ b/test/src/sqlite-tests.el @@ -184,6 +184,7 @@ (ert-deftest sqlite-load-extension () (skip-unless (sqlite-available-p)) + (skip-unless (fboundp 'sqlite-load-extension)) (let (db) (setq db (sqlite-open)) (should-error